

1.Schema in the attached file is used to create JAXB classes.

2.Prefix Example is used to test unmarshalling and marshalling of xml doc. "testxml.xml"

3. After Marshalling the output should give the msg tag as following (refer 	37AccountInfoMaintainanceRegistration_01.xml)





<msg xmlns="ebagent" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance ../schema/AccountMaintainance.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >

....
....
.......
......
</msg>


Please suggest how to get xmlns="ebagent" as it is in the output after marshalling.

Also I want the prefix "xsi" with schemaLocation Attribute.


I'm in a real fix. Please help in solving this problem.
